GH-3004: Add Parquet BOM#3005
Conversation
|
What is the difference with #1017? |
Maven BOM is a tool used to centrally manage dependency versions, ensuring that all related dependencies within a project use the same versions, thereby avoiding conflicts. This provides significant convenience for developers. eg: https://github.com/apache/pulsar/blob/8da3bf8322c536c495541c80926cdf9389612515/pom.xml#L1174-L1180 An SBOM is a Software Bill of Materials, which details all the components, libraries, dependencies, and more that are included in a software product. |
|
+1 |
|
+1 for this bom |
|
@CalvinKirs what do you think about including the management of |
|
This pull request has been automatically marked as stale because it has had no activity for at least 2 months. If you are still working on this change or plan to move it forward, please leave a comment or push a new commit so we know to keep it open. Otherwise, this PR will be closed automatically in about one month. Thank you for your contribution to Apache Parquet! |
|
Closing this pull request due to at least 3 months of inactivity. If you would like to continue the work, please feel free to reopen this pull request or open a new one. Thank you for your contribution to Apache Parquet! |
Rationale for this change
What changes are included in this PR?
Are these changes tested?
yes
Are there any user-facing changes?
this close #3004